home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / ansi_d2.zip / ANSI-D.TXT next >
Text File  |  1993-04-26  |  3KB  |  65 lines

  1.     Program: ANSI-D v1.75
  2.      Author: Steve Catmull & David Terry
  3.        Date: 04/26/93
  4.  
  5. Description:   PPE (PCBoard Programming Executable) that you can replace
  6.                PCBTEXT record #149 with.  
  7.              
  8.                What this PPE offers that PCBoard does not is to do some
  9.                ANSI checking before ever even asking the caller if they
  10.                want graphics or not.  
  11.               
  12.                By testing for ANSI before the prompt is ever issued,
  13.                the appropriate default value can be set for the user.
  14.                If they have ANSI capabilities (as per the n test
  15.                then the default for the prompt will be "Yes".  Otherwise,
  16.                the default will remain "no".
  17.              
  18. Installation:  Installing this PPE is very simple.  Use MKPCBTXT to load
  19.                your PCBTEXT file.  Press F3 and enter 149.  You will now
  20.                see the "Do you want graphics" record.  Simply change it
  21.                to an ! followed by the full path and filename to the
  22.                ANSI-D.PPE file.  That is all there is to it.
  23.  
  24. Command Line   You can control the wait time for ANSI and RIP detection
  25. Parameters     from the command line.  The following are the only two
  26.                valid command line parameters:
  27.                 
  28.                   /ANSITIME:[seconds] or /AT:[seconds]
  29.  
  30.                      Gives you the ability to over-ride the default wait
  31.                      time for ANSI detect of 2 seconds.  For example, if
  32.                      you wish to make the new wait time 3 seconds, then
  33.                      you would enter the following in PCBTEXT:
  34.                      
  35.                          C:\PCB\PPE\ANSI-D.PPE /ANSITIME:3
  36.                                        
  37.                                        or
  38.                                        
  39.                          C:\PCB\PPE\ANSI-D.PPE /AT:3
  40.                   
  41.                   
  42.                   /RIPTIME:[seconds] or /RT:[seconds]
  43.  
  44.                      Gives you the ability to enable RIPscript detection
  45.                      and to specify the default wait value at the same time.
  46.                      If you do not specify the /RIPTIME or /RT parameters on
  47.                      the PPE commandline then RIPscript detection WILL NOT be
  48.                      enabled.  If you simply want to enable RIP and accept
  49.                      the default of 2 seconds then add the /RIPTIME or /RT
  50.                      parameters with no color on seconds parameter.  Example:
  51.                      
  52.                          C:\PCB\PPE\ANSI-D.PPE /RIPTIME
  53.                           
  54.                                        or
  55.                                        
  56.                          C:\PCB\PPE\ANSI-D.PPE /RT
  57.                          
  58.                
  59.    Modifying:  Feel free to modify the PPS (source) file as your needs
  60.                dictate.  That is why the source is included.  :-)
  61.                
  62. And last, but certainly not least.   HAVE FUN!
  63.  
  64.  
  65.